SftTree/NET 2.0

HoverInnerBorder Property, SftTree Class

Softel vdm, Inc.

Defines the inner border of the flyby highlighting outline of an item that is not selected.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property HoverInnerBorder As Color

C#   

public Color HoverInnerBorder { get; set; }

C++   

public: property Color HoverInnerBorder {
        Color get();
        void set(Color value);
}

Property Value

The border color.

The default value is Color.LightGray.

Comments

The HoverInnerBorder property defines the inner border of the flyby highlighting outline of an item that is not selected.

This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).

The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com